home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <appkit/NXImage.h>
-
- // Objects of this class are card images
- // such as the top face or roll.
-
- @interface CardImage:NXImage
- {
- }
-
- // The purpose of this subclass is to
- // search in several areas including the
- // file package for the card images.
-
- // Once found, then superclass's
- // -initFromFile: method is executed with
- // a complete path to the file.
-
- // This is the designated initializer for
- // this class.
- - initFromFile:( const char * )fileName;
-
-
- @end
-